Documentation
=============
Used to set an entity attributes (they are stacked on top of the default player attributes)

set_all()
---------
  - sets @s attributes. List = {health, armor, armor_t, damage, attack_s, attack_k, knock_r, speed}.
    - values must be scaled by 1000 (1.5 hp -> 150)
  - Use:
      1. Set each attr amount:    scoreboard players set L[*] attributes <value>
      2. run:                     execute as @s run function attribute:set_all
  - You can also use the a_<L[*]> scoreboard to see what they currently have
